home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-051 memory commander 314 / 1.ima / MCINFOP.MCD < prev    next >
Encoding:
Text File  |  1992-04-15  |  5.1 KB  |  101 lines

  1.  
  2.                      ┌───────────────────────────────┐
  3.                      │  Performance Recommendations  │
  4.                      └───────────────────────────────┘
  5.  
  6.     Video accelerator  Use Memory Commander's video accelerator.  During 
  7.         the first time installation, it is defaulted to ON.
  8.  
  9.     Windows  Normally do not use a RAM disk for Window's swap files.  As 
  10.         more memory is reserved for the RAM disk, it only causes Windows 
  11.         to use more swap files, reducing the advantages of the speedy 
  12.         RAM disk.  The RAM disk is also likely to run out of space during 
  13.         some Windows operations.  The RAM disk can still be used to store 
  14.         programs you use often for super fast loading.  It can also be
  15.         used for work files, such as a database file, or a document to 
  16.         be edited, but you must remember to transfer the changed files
  17.         back to the disk, or the information will be lost when the system
  18.         is powered off.
  19.     
  20.         Refer to the "Optimizing for Windows" for further information. 
  21.     
  22.     Video  For those programs which write directly to the screen, 
  23.         maximum screen performance occurs in modes A to E with 
  24.         applications that are RSIS compliant (Relocated Screen Interface 
  25.         Specification, originally defined by IBM).  For applications 
  26.         which are not RSIS compliant, modes A and B provide the best 
  27.         screen performance.  
  28.  
  29.         Increasing DOS memory by the amounts possible in memory modes C, 
  30.         D, and E is a feature unique to Memory Commander.  Application 
  31.         programs requiring this extra DOS memory CANNOT be run with any 
  32.         other memory manager.  For non-RSIS compliant programs the screen 
  33.         update may be slower, but Memory Commander provides the only way 
  34.         to get the job done. 
  35.  
  36.         V Communications provides copies of the RSIS specification as 
  37.         well as sample code, free of charge to any software publisher.  
  38.         If you use an application that needs more memory, and is not RSIS 
  39.         compliant, you may wish to contact the publisher.  Check if they 
  40.         have a newer RSIS compliant version of the application or if they 
  41.         are implementing RSIS in the next version.  The procedure for 
  42.         adding RSIS compliance to an application is usually very simple 
  43.         for the publisher and requires just a few bytes of code. 
  44.  
  45.     RAM Adding additional 32-bit RAM to your system can increase the 
  46.         performance of many software packages.  If you use an 8 or 16 bit 
  47.         extended memory card, you may find this memory is very slow, and 
  48.         will affect both the system and application software.  This 
  49.         memory is usually much slower than 32-bit memory.  For example, 
  50.         to read four bytes from memory, the 8-bit wide memory card 
  51.         requires four reads on the slow 8Mhz bus, as compared with one 
  52.         32-bit read at full processor speed.  This can result in a speed 
  53.         reduction as much as 16 times on a 33Mhz system!  Use of this 
  54.         slow memory should be avoided if the best performance is desired. 
  55.  
  56.     Disk Drive  If you are encountering degraded disk performance while 
  57.         using Memory Commander or Windows, refer to the manual for 
  58.         special solutions.  The following items can significantly improve 
  59.         disk performance beyond normal performance.
  60.  
  61.         RAM Disk  Use of a RAM disk speeds the time it takes for a 
  62.         program to load.  To activate Memory Commander's built-in RAM 
  63.         Disk, from the main menu, select Advanced Configuration, then 
  64.         Features and Options, and set the option RAM Disk to YES. 
  65.  
  66.         Typical RAM Disk users load programs they use frequently into the 
  67.         RAM Disk from the AUTOEXEC.BAT, and set the first path item to 
  68.         search the RAM Disk.  For example, if Word Perfect is desired in 
  69.         the RAM disk for improved loading speed, a portion of the 
  70.         AUTOEXEC.BAT file is changed as shown highlighted: 
  71.  
  72.                 PATH=D:\;C:\DOS;C:\MC;C:\WP;
  73.                 COPY C:\WP\WP.EXE D:
  74.  
  75.         This example assumes the RAM disk appears on disk D, as will 
  76.         normally occur on single drive systems.  Once this is done, 
  77.         whenever Word Perfect is run, it will load more than ten times 
  78.         faster than from an ordinary hard disk drive. 
  79.  
  80.         Keep in mind that the contents of a RAM disk are lost when the 
  81.         system is powered down, so important working files are not 
  82.         normally saved on a RAM disk.   If you create or modify any files 
  83.         on the RAM disk which you wish to keep, you must load them back 
  84.         to the hard disk before turning off the system. 
  85.  
  86.         Disk Cache Software  A disk cache automatically saves the most 
  87.         recent disk reads and writes in RAM.  This has the effect of 
  88.         greatly speeding some operations accessing the same information.  
  89.         Programs such as Windows will particularly benefit from a disk 
  90.         cache. 
  91.  
  92.         To use a third party disk cache program, just follow the disk 
  93.         cache publisher's directions for installation and use.  If the 
  94.         disk cache is loaded in the CONFIG.SYS file, it should be 
  95.         installed after Memory Commander.  If the disk cache has options 
  96.         for using XMS or EMS memory, select XMS, as it is faster than 
  97.         EMS memory.  You may also wish to load the disk cache into high 
  98.         memory.  Use Memory Commander's application database to indicate 
  99.         the disk cache TSR or device driver should be loaded high. 
  100.  
  101.